home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Examples / Clock / MacMake.bmk next >
Encoding:
Text File  |  1995-11-08  |  2.8 KB  |  93 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MakeMake.bmk
  4. #    Release Version:    $ 1.0d11 $
  5. #
  6. #    Author:                Lonnie Millett
  7. #    Copyright:    © 1993, 1995 by Apple Computer, Inc., all rights reserved.
  8. #
  9. #========================================================================================
  10.  
  11. __ComponentName = ODFClock
  12.  
  13. __ComponentSignature = 'odfC'
  14.  
  15. __IncludeDirs = ∂
  16.     -i "{FWODHandMadeIncludes}" ∂
  17.     -i "{FWODCppIncludes}" ∂
  18.     -i "{ODF}Found:FWCollec:Include:" ∂
  19.     -i "{ODF}Found:FWFoundU:Include:" ∂
  20.     -i "{ODF}Found:FWCommon:Include:" ∂
  21.     -i "{ODF}Found:FWTaskG:Include:" ∂
  22.     -i "{ODF}Found:FWRunTyp:Include:" ∂
  23.     -i "{ODF}Found:FWDebug:Include:" ∂
  24.     -i "{ODF}Found:FWExcLib:Include:" ∂
  25.     -i "{ODF}Found:FWStream:Include:" ∂
  26.     -i "{ODF}Found:FWString:Include:" ∂
  27.     -i "{ODF}Found:FWMemory:Include:" ∂
  28.     -i "{ODF}OS:FWGraphx:Include:" ∂
  29.     -i "{ODF}OS:FWMenu:Include:" ∂
  30.     -i "{ODF}OS:FWEvents:Include:" ∂
  31.     -i "{ODF}OS:FWOSMisc:Include:" ∂
  32.     -i "{ODF}OS:FWResour:Include:" ∂
  33.     -i "{ODF}OS:FWFiles:Include:" ∂
  34.     -i "{ODF}OS:FWWindow:Include:" ∂
  35.     -i "{ODF}OS:FWODUtil:Include:" ∂
  36.     -i "{ODF}OS:ODUtils:Include:" ∂
  37.     -i "{ODF}Framewrk:FWGadgts:Include:" ∂
  38.     -i "{ODF}Framewrk:FWPart:Include:" ∂
  39.     -i "{_FWTargetDir}Include:"
  40.  
  41. __IDLIncludeDirs = ∂
  42.     -I "{FWODIDLIncludes}"
  43.  
  44. __ComponentSourcesFromIDL = ∂
  45.     "{_FWTargetDir}Sources:"SOMPart.cpp ∂
  46.     "{_FWTargetDir}Include:SOMPart.xh" ∂
  47.     "{_FWTargetDir}Include:SOMPart.xih"
  48.  
  49. __FWRCIncludeDirs = ∂
  50.     -i "{FWODHandMadeIncludes}" ∂
  51.     -i "{FWODRIncludes}" ∂
  52.     -i "{ODF}OS:FWResour:Include:" ∂
  53.     -i "{_FWTargetDir}Include:"
  54.  
  55. __ComponentObjects = ∂
  56.     "{_FWTargetObjectsDir}"SOMPart.cpp.o ∂
  57.     "{_FWTargetObjectsDir}"ClockFra.cpp.o ∂
  58.     "{_FWTargetObjectsDir}"ClockPar.cpp.o
  59.  
  60. __ComponentResources = ∂
  61.     "{_FWTargetObjectsDir}"ClockPar.rsrc ∂
  62.     "{_FWTargetObjectsDir}"ClockCom.rsrc
  63.  
  64. __FrameworkResources = ∂
  65.     "{ODF}OS:FWOSMisc:{_FWBuildDirName}"FWOSMisc.rsrc
  66.  
  67. __OtherObjects = 
  68.  
  69. #__OtherObjects = ∂
  70. #    "{CLibraries}"CSANELib.o ∂
  71. #    "{CLibraries}"Math.o
  72.  
  73.  
  74. #__SOMInitFunction = ODFClocksomInit
  75. __CFMInitFunction = ODFCFMINIT
  76.  
  77. # directory dependency propagation
  78. "{_FWTargetObjectsDir}" ƒ "{_FWTargetDir}Sources:" "{_FWTargetDir}Other:"
  79. "{_FWTargetDir}Sources:" ƒ "{_FWTargetDir}Include:"
  80. "{_FWTargetDir}Include:" ƒ "{_FWTargetDir}Include:"
  81.  
  82. # Need to be able to generate the .xih and .xh when the .cpp is up to date because
  83. # of being checked into the project. i.e. Once created the .cpp always exists.
  84. "{_FWTargetDir}Include:SOMPart.xih" ƒ "{_FWTargetDir}Include:SOMPart.idl"
  85. "{_FWTargetDir}Include:SOMPart.xh" ƒ "{_FWTargetDir}Include:SOMPart.idl"
  86. "{_FWTargetDir}Sources:SOMPart.cpp" ƒ "{_FWTargetDir}Include:SOMPart.idl" ∂
  87.     "{_FWTargetDir}Include:SOMPart.xh" ∂
  88.     "{_FWTargetDir}Include:SOMPart.xih"
  89.  
  90. "{_FWTargetObjectsDir}"ClockPar.rsrc ƒ ∂
  91.     "{_FWTargetDir}"Other:MacIcons.rsrc
  92.  
  93.